home *** CD-ROM | disk | FTP | other *** search
/ Revista CD Expert 37 / CD Expert nº 37.iso / LastCall / lastcall.exe / lingo.ini < prev    next >
Text File  |  2000-02-07  |  287b  |  11 lines

  1. on startUp
  2.   global  gStartMovie
  3.   global  gThrottleRate, gPourThrottleRate
  4.  
  5.   gThrottleRate = 5
  6.   gPourThrottleRate = 5
  7.  
  8.    -- Set this to the name of the first movie
  9.   fileSep = the last char of the applicationPath
  10.   gStartMovie = the applicationPath & "stuff" & fileSep & "splash"
  11. end